Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 217 Bytes

9.2.4 - swoole_websocket_server::unpack.md

File metadata and controls

8 lines (6 loc) · 217 Bytes

swoole_websocket_server::unpack

解析WebSocket数据帧。函数原型:

swoole_websocket_server::unpack(string $data);
  • 解析失败返回false,解析成功返回Swoole\WebSocket\Frame对象